Welcome![Sign In][Sign Up]
Location:
Search - dining philosophers

Search list

[CSharpseafrog

Description: 这是用C#语言开发的哲学家就餐问题,利用线程实现的。-This is the C# language development with dining philosophers problem, using threads to achieve.
Platform: | Size: 545792 | Author: 吴海浪 | Hits:

[Process-Thread1212

Description: 哲学家算法,利用多线程解决哲学家就餐问题-Philosophers algorithm, using multiple threads to solve the problem dining philosophers
Platform: | Size: 177152 | Author: li | Hits:

[Windows Developpeopleeat

Description: 用MFC编写的哲学家进餐问题,了解多线程的作用-Written with MFC dining philosophers problem, to understand the role of multi-threaded
Platform: | Size: 2992128 | Author: 李楠 | Hits:

[OS Developzhexuejiajiucan

Description: 解决软件开发中常见的哲学家就餐问题,很好用的程序,希望对你有开发有帮助。-To solve common software development dining philosophers problem, a good use of the program, want to help you develop.
Platform: | Size: 2048 | Author: 王宝 | Hits:

[uCOSmaicunguanli

Description: 解决软件开发中常见的哲学家就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development dining philosophers problem, a good use of the program, want to help you develop, UCOS under development.
Platform: | Size: 3072 | Author: 王宝 | Hits:

[Process-ThreadDiningPhilosophers

Description: 六个哲学家就餐问题,体验进程(线程)和死锁的问题.本实验设计个哲学家共享一个相同的线程,既完成线程同步,又预防死锁发生.-6 dining philosophers problem, experience the process (thread) and deadlock issues. The experimental design a philosopher share a similar thread, both complete thread synchronization, but also to prevent a deadlock occurs.
Platform: | Size: 195584 | Author: 小白鲨 | Hits:

[uCOSucos_Philosopher_Repast

Description: uC/OS哲学家就餐演示.这个程序演示基本的哲学家就餐问题的解决。程序启动具有五个不同优先级的任务,每个任务对应一个 * 哲学家,完成一系列动作.-uC/OS Dining Philosophers presentation. This program demonstrates the basic dining philosophers problem to solve. Program starts with five different priority tasks, each task corresponds to a* philosopher, to complete a series of moves.
Platform: | Size: 2048 | Author: leo | Hits:

[Software Engineering3281411350

Description: C++ 哲学家进餐问题。 就这样,可以了 -C++ dining philosophers problem
Platform: | Size: 541696 | Author: 打撒 | Hits:

[Windows Develop2008130283

Description: 设计解决哲学家就餐的并发线程,采用了3种预防死锁的方法(摒弃‘环路等待’条件,摒弃‘请求和保持’条件,摒弃‘不剥夺’条件),要预防死锁,只采用其中的任何一种方法即可。-Design of concurrent threads Dining Philosophers solution, using a 3 way deadlock prevention (discard ' Circle wait' conditions, get rid of ' request and to maintain' condition, get rid of ' not deprived' condition), to prevent deadlock, using only any of these methods can be.
Platform: | Size: 799744 | Author: 陈博灿 | Hits:

[Windows Developcode

Description: C++写的,是关于哲学家进餐问题的代码.希望大家喜欢,多提建议-Written in C++ is the code on the dining philosophers problem
Platform: | Size: 5186560 | Author: 无无无 | Hits:

[VC/MFCqrs

Description: 哲学家就餐问题的实现:五个哲学家任务(ph1、ph2、ph3、ph4、ph5)主要有两种过程:思考(即睡眠一段时间)和就餐。每个哲学家任务在就餐前必须申请并获得一左一右两支筷子,就餐完毕后释放这两支筷子。五个哲学家围成一圈,每两人之间有一支筷子。一共有五支筷子,在该实验中用了五个互斥信号量来代表。-Implementation of the dining philosophers problem: five philosophers task (ph1, ph2, ph3, ph4, ph5) There are two main processes: thinking (that is, sleep for some time), and dining. Each task in the dining philosophers must apply for and obtain either side before the two chopsticks, eating after the release of the two chopsticks. A circle of five philosophers, each with a chopstick between the two. A total of five chopsticks, used in the experiment, five to represent the mutex.
Platform: | Size: 1024 | Author: zbs | Hits:

[Process-Threadphilosophersproblem

Description: 利用多线程技术实现生产者-消费者问题以及n个哲学家就餐问题,其中生产者或消费者或哲学家用不同线程实现-Using multi-threading technology producer- consumer issues and the n-dining philosophers problem, in which the producer or consumer or a philosopher to achieve a different thread
Platform: | Size: 6144 | Author: 刘晨 | Hits:

[AI-NN-PReat

Description: 计算机仿真技术里面的经典问题:哲学家用餐问题的mfc实现,感兴趣的同志可以-Inside the computer simulation of the classic problems: dining philosophers problem mfc implementation can be a good look gay interest
Platform: | Size: 4939776 | Author: 张庆 | Hits:

[JSP/JavaZxjFrame

Description: 哲学家就餐问题,图像化描述,可以让你能更加好的理解相关操作系统问题。-Dining philosophers problem, description of the image, allowing you to more good understanding of the issues related to the operating system.
Platform: | Size: 112640 | Author: 竹本口木子 | Hits:

[JSP/Javaproblem

Description: 哲学家就餐问题的解决,操作系统中线程与并发的问题-Solution to the dining philosophers problem
Platform: | Size: 35840 | Author: luxy | Hits:

[JSP/Java123

Description: 哲学家就餐问题的解决方案,有详细的注释,线程兵法问题的解决-Dining Philosophers solution to the problem, detailed notes, problem solving thread art of war
Platform: | Size: 2048 | Author: | Hits:

[OS DevelopOS

Description: 本学期操作系统的两次试验打包,银行家算法,PV操作中的哲学家就餐问题和生产者消费者问题,小程序仅供参考~-This semester, two tests of the operating system package, bankers algorithm, PV operation of the dining philosophers problem and producers of consumer issues, small programs for reference ~
Platform: | Size: 4096 | Author: wang | Hits:

[Windows Developphilosophersproblem

Description: 使用C++编程语言实现哲学家进餐问题,以模拟实现操作系统资源是如何利用的-Use C++ programming language dining philosophers problem, to achieve the operating system to simulate how the use of resources
Platform: | Size: 2528256 | Author: 小玲 | Hits:

[OS Developzhe4

Description: 哲学家进餐问题,用于观察进程之间互斥问题,知道进程之间关系-Petri Net Model to Solve the Dining Philosophers Problem and Implementation
Platform: | Size: 1024 | Author: 李德龙 | Hits:

[OS DevelopPhilosopher

Description: 哲学家就餐问题 操作系统模拟实验解答,详细具体-Dining philosophers problem
Platform: | Size: 2048 | Author: | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net